home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / BATDO-5.HLP < prev    next >
Text File  |  1991-06-17  |  1KB  |  24 lines

  1.         Up to the label END,LOGON is matching. If it gets none
  2.         it will not access.  You could add a line, as you will
  3.         soon learn, which would display:ACCESS DENIED! To con-
  4.         tinue, LOGON then jumps to>>:END, which, in this case,
  5.         is the next line. (These moves are called JUMPS. This
  6.         last jump could be deleted or you could add text [See
  7.         ECHO.HLP or REM.HLP]).
  8.  
  9.         >>LOGON.BAT ILLUSTRATES IMPORTANT CONCEPTS SO LET'S CHART IT:
  10.        
  11.                                  LOGON ME (ME INSERTED)
  12.                                     |      (3):ME(LABEL)(THEN DO)
  13.         (IS)IF % 1(ME) = = YOU < < (1)        |                /
  14.         | (JUMP BECAUSE ANSWER IS NO)         |              /
  15.         (2)(IS)IF % 1(ME) = = ME GOTO ME(LABEL)   _________/
  16.                                                   |
  17.                            COMMANDS LISTED } { (4)CD\ME
  18.                            UNDER LABEL :ME } { (5)TYPE MEMENU.DOC
  19.         (7):END(RET.TO CURR.DRIVE) < <(JUMP)< <(6)GOTO END(LABEL)
  20.  
  21.         These are not easy concepts to comprehend, especially 
  22.         if you do not have>>ANY<<batch processing experience!
  23.        WE ASSURE YOU, WHEN YOU FINISH THIS DISK YOU WILL KNOW!
  24.